eliminate some uneccessary passing by value in favor of pass by const reference....
authortsteven4 <tsteven4@users.noreply.github.com>
Tue, 3 Jul 2018 20:54:00 +0000 (14:54 -0600)
committerGitHub <noreply@github.com>
Tue, 3 Jul 2018 20:54:00 +0000 (14:54 -0600)
commitd5fb6a009c1a3da56a9a123a31ff4fd0d7919f28
tree0b8510b8d4579f21ada6f973cbb0aceadca57163
parentf5c9861db21091b3bdf19a14f2b09c0c17a0f3bd
eliminate some uneccessary passing by value in favor of pass by const reference. (#216)
defs.h
main.cc
src/core/datetime.h
waypt.cc